home *** CD-ROM | disk | FTP | other *** search
- Thank you for downloading MFINI 1.0
- You may use this for holding strings of text, integers
- or both together
- I have used this for storing RGB color information, and passwords. this is very nice
- for when you don't want to write a data file, or direct to the program
- it can be modified with window and manipulated by other of you app's
-
- COSTS:
-
- The full version via e-mail will cost you $5.00, or if you want the "SOURCE CODE"
-
- it will also cost $5.00
-
- Just send a SASE to
-
- Dave Jackson
- 8935 Springview Ln.
- Houston Tx, 77080
-
- and please include, an e-mail address, $5.00 cash or money order
- please no checks, and if you want the "FULL VERSION" or the "SOURCE CODE"
-
- I will send it within 48 hours of getting your letter.
-
-
- Examples:
-
- Read:
-
- MFINI1.WriteINI "Password", "Password", Text1.text, "C:\windows\profiles\guest\desktop" + "\dave.ini"
-
- Write:
-
- Text1.Text = MFINI1.ReadINI("Password", "Password", App.Path + "\Your.ini")